home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / database / mpd56w32.zip / SETUP.INF < prev    next >
INI File  |  1996-09-02  |  4KB  |  120 lines

  1. ; Setup script for My Personal Diary (32-bit)
  2.  
  3. ; ------------------------------------------------------------------
  4. ; Information
  5.  
  6. [Info]
  7. Name          = My Personal Diary
  8. DefaultDir    = C:\Program Files\CAM Development\My Personal Diary
  9. ReadMeFile    = READMEB4.TXT
  10. Caption       = My Personal Diary Installation
  11. SpaceKB       = 1000
  12. Run           = WINHELP #0\DRYWIN32.HLP
  13.  
  14. ; ------------------------------------------------------------------
  15. ; Additional Directories
  16.  
  17. [Directories]
  18. ;0 = (Reserved) The Installation Directory
  19. ;1 = (Reserved) The Windows Directory
  20. ;2 = (Reserved) The Windows\System Directory
  21. 5  = #0\Diary Data
  22. ; ------------------------------------------------------------------
  23. ; File List
  24.  
  25. [Files]
  26. Total         = 12
  27.  
  28. ; Required for Uninstall
  29. 0.Name        = SETUP.EXE
  30. 0.Description = Uninstall
  31.  
  32. 1.Name        = DRYWIN32.EXE
  33. 1.Description = My Personal Diary Program
  34. 2.Name        = DRYWIN32.HLP
  35. 2.Description = My Personal Diary Help
  36. 3.Name        = DRYWIN32.CNT
  37. 3.Description = My Personal Diary Help Contents
  38. 4.Name        = SPELLMAS.DLL
  39. 4.Description = Spelling DLL
  40. 5.Name        = MASTER.DIC
  41. 5.Description = Spelling Dictionary
  42. 6.Name        = SUGGEST.DIC
  43. 6.Description = Spelling Suggestions
  44. 7.Name        = ORDER.TXT
  45. 7.Description = Order Form
  46. 8.Name        = CCORDER.TXT
  47. 8.Description = Credit Card Order Form
  48. 9.Name        = READMEB4.TXT
  49. 9.Description = Readme File
  50. 10.Name        = VENDOR.DOC
  51. 10.Description = Program Description
  52. 11.Name        = CATALOG.TXT
  53. 11.Description = Catalog
  54.  
  55. ; ------------------------------------------------------------------
  56. ; Start Menu Items
  57.  
  58. [StartMenu]
  59. Total         = 3
  60. Folder        = My Personal Diary
  61. 0.Option      = 0
  62. 0.Name        = Uninstall My Personal Diary
  63. 0.Link        = #0\SETUP.EXE
  64. 0.CmdLine     = UNINSTAL.INF
  65. 1.Option      = 0
  66. 1.Name        = My Personal Diary
  67. 1.Link        = #0\DRYWIN32.EXE
  68. 1.CmdLine     =
  69. 2.Option      = 0
  70. 2.Name        = My Personal Diary Help
  71. 2.Link        = #1\WINHELP.EXE
  72. 2.CmdLine     = #0\DRYWIN32.HLP
  73.  
  74. ; ------------------------------------------------------------------
  75. ; Registry Items
  76.  
  77. [HKEY_CLASSES_ROOT]
  78. ; Document types
  79.  
  80. [HKEY_CURRENT_USER]
  81. 0.SubKey = Software\CAM Development\My Personal Diary
  82. 0.Data   = ForUninstall
  83.  
  84. [HKEY_LOCAL_MACHINE]
  85. ;0.SubKey = Software\CAM Development\My Personal Diary
  86. ;0.Data   = ForUninstall
  87.  
  88. ; For Control Panel Uninstall
  89. 1.SubKey = Software\Microsoft\Windows\CurrentVersion\Uninstall\DRYWIN32
  90. 1.Value  = DisplayName
  91. 1.Data   = My Personal Diary
  92. 2.SubKey = Software\Microsoft\Windows\CurrentVersion\Uninstall\DRYWIN32
  93. 2.Value  = UninstallString
  94. 2.Data   = #0\SETUP.EXE UNINSTAL.INF
  95.  
  96. ; Application Paths
  97. 3.SubKey = Software\Microsoft\Windows\CurrentVersion\App Paths\DRYWIN32.EXE
  98. 3.Data   = #0\DRYWIN32.EXE
  99. 4.SubKey = Software\Microsoft\Windows\CurrentVersion\App Paths\DRYWIN32.EXE
  100. 4.Value  = Path
  101. 4.Data   = #0;
  102.  
  103. ; ------------------------------------------------------------------
  104. ; Options
  105.  
  106. [Options]
  107. ShowStartMenu = 1
  108. ShowOptions   = 0
  109.  
  110. ; ------------------------------------------------------------------
  111. ; Messages
  112.  
  113. [Messages]
  114. WelcomeMsg    = Setup will copy all files needed to run My Personal Diary to your hard drive, create any necessary directories and update the registry.
  115. StartMenuMsg  = If the option above is checked, setup will create a start menu group for My Personal Diary so you can easily start the program from the Start Menu.
  116. ;OptionsMsg    = The options above control which of the optional sample and clipart file will be installed.
  117. DestDirMsg    = Choose the destination directory where setup should copy the files to.
  118. RunMsg        = Would you like to view the help file now?
  119.  
  120.